projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb5a5c
)
Fix echo function
author
justbur
<justin@burkett.cc>
Thu, 23 Jul 2015 19:04:29 +0000
(15:04 -0400)
committer
justbur
<justin@burkett.cc>
Thu, 23 Jul 2015 19:04:29 +0000
(15:04 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 63028765cd7a4e2baa9087420e295a11e2972b0e..ae649c22a7365f7e77fff955f1e8c04e5059a264 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-940,7
+940,9
@@
area."
(delay (if minibuffer 0.2 0.01))
message-log-max)
(unless minibuffer (message "%s" ,text))
- (run-with-idle-timer delay nil (lambda () (message "%s" ,text))))))
+ (run-with-idle-timer delay nil
+ (lambda () (let (message-log-max)
+ (message "%s" ,text)))))))
(defun which-key--show-page (n)
"Show page N, starting from 0."